home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / pgm_util / fdump / about.fr_ / about.fr (.txt)
Encoding:
Visual Basic Form  |  1995-02-17  |  3.7 KB  |  104 lines

  1. VERSION 2.00
  2. Begin Form About 
  3.    BackColor       =   &H00800000&
  4.    BorderStyle     =   0  'None
  5.    Caption         =   "About File Dump 1.1"
  6.    ClientHeight    =   4530
  7.    ClientLeft      =   3900
  8.    ClientTop       =   2460
  9.    ClientWidth     =   5130
  10.    Height          =   4935
  11.    Icon            =   ABOUT.FRX:0000
  12.    Left            =   3840
  13.    LinkTopic       =   "Form2"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   540
  17.    ScaleWidth      =   540
  18.    Top             =   2115
  19.    Width           =   5250
  20.    Begin CommandButton cmdOK 
  21.       Caption         =   "OK"
  22.       Height          =   495
  23.       Left            =   1680
  24.       TabIndex        =   4
  25.       Top             =   3720
  26.       Width           =   1695
  27.    End
  28.    Begin Label Label5 
  29.       Alignment       =   2  'Center
  30.       BackStyle       =   0  'Transparent
  31.       Caption         =   "  I have also enclosed three functions that you may like as well: ByteVal, WordVal, and DblWordVal.  Visual Basic just won't handle BYTE, WORD and DOUBLE WORD numeric values from files.  These functions make the conversion for you!"
  32.       ForeColor       =   &H00FFFFFF&
  33.       Height          =   1095
  34.       Left            =   240
  35.       TabIndex        =   5
  36.       Top             =   2400
  37.       Width           =   4695
  38.    End
  39.    Begin Label Label4 
  40.       Alignment       =   2  'Center
  41.       BackStyle       =   0  'Transparent
  42.       Caption         =   "This software is freeware (although a kind EMail of thanks is appreciated).  It may be distributed freely in its entirety.  It is written in Microsoft's Visual Basic, and the source code is included for you to use royalty free in your other applications."
  43.       ForeColor       =   &H00FFFFFF&
  44.       Height          =   1095
  45.       Left            =   240
  46.       TabIndex        =   3
  47.       Top             =   1200
  48.       Width           =   4695
  49.    End
  50.    Begin Label Label3 
  51.       Alignment       =   2  'Center
  52.       BackStyle       =   0  'Transparent
  53.       Caption         =   "CompuServe ID:  75462,3157"
  54.       FontBold        =   -1  'True
  55.       FontItalic      =   0   'False
  56.       FontName        =   "MS Sans Serif"
  57.       FontSize        =   9.75
  58.       FontStrikethru  =   0   'False
  59.       FontUnderline   =   0   'False
  60.       ForeColor       =   &H00FFFFFF&
  61.       Height          =   255
  62.       Left            =   240
  63.       TabIndex        =   2
  64.       Top             =   840
  65.       Width           =   4575
  66.    End
  67.    Begin Label Label2 
  68.       Alignment       =   2  'Center
  69.       BackStyle       =   0  'Transparent
  70.       Caption         =   "Techead, inc."
  71.       FontBold        =   -1  'True
  72.       FontItalic      =   0   'False
  73.       FontName        =   "MS Sans Serif"
  74.       FontSize        =   9.75
  75.       FontStrikethru  =   0   'False
  76.       FontUnderline   =   0   'False
  77.       ForeColor       =   &H00FFFFFF&
  78.       Height          =   255
  79.       Left            =   240
  80.       TabIndex        =   1
  81.       Top             =   480
  82.       Width           =   4575
  83.    End
  84.    Begin Label Label1 
  85.       Alignment       =   2  'Center
  86.       BackStyle       =   0  'Transparent
  87.       Caption         =   "By Mark Main"
  88.       FontBold        =   -1  'True
  89.       FontItalic      =   0   'False
  90.       FontName        =   "MS Sans Serif"
  91.       FontSize        =   9.75
  92.       FontStrikethru  =   0   'False
  93.       FontUnderline   =   0   'False
  94.       ForeColor       =   &H00FFFFFF&
  95.       Height          =   255
  96.       Left            =   240
  97.       TabIndex        =   0
  98.       Top             =   240
  99.       Width           =   4575
  100.    End
  101. Sub cmdOK_Click ()
  102.     Unload Me
  103. End Sub
  104.